home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Database / SimpleTableView-1 / SimpleTableView.h < prev    next >
Text File  |  1995-06-12  |  562b  |  16 lines

  1. // -------------------------------------------------------------------------------------
  2. //  SimpleTableView example app
  3. //  This software is without warranty of any kind.  Use at your own risk.
  4. // -------------------------------------------------------------------------------------
  5. #import <appkit/appkit.h>
  6.  
  7. // -------------------------------------------------------------------------------------
  8. @interface SimpleTableView : Application
  9. {
  10.     char                *pathToApp;
  11. }
  12.  
  13. // -------------------------------------------------------------------------------------
  14.  
  15. @end
  16.